gdk/surface: Use enum type for surface type
authorJonas Ådahl <jadahl@gmail.com>
Mon, 22 Jul 2019 20:27:37 +0000 (22:27 +0200)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 19 Feb 2020 08:47:18 +0000 (09:47 +0100)
gdk/gdksurfaceprivate.h

index be587ade5e2b0c6f01968634cbe7015a633a8e6d..eafdb78c1979c2ddbad87712c6fe6f09323b2c4c 100644 (file)
@@ -41,7 +41,7 @@ struct _GdkSurface
   gint x;
   gint y;
 
-  guint8 surface_type;
+  GdkSurfaceType surface_type;
 
   guint8 resize_count;